home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Great Canadian Scientists
/
GCS_CD.iso
/
mac
/
PC
/
GCSData
/
databa_o.dxr
/
00021_Index Loop.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-21
|
201 b
|
18 lines
on exitFrame
cursor(-1)
go(the frame)
end
on enterFrame
BSetup(8, 9)
BSetup(37, 37)
end
on idle
global ButtonsActive
if ButtonsActive = 1 then
CheckHilite(8, 9)
end if
pass()
end